Class com.symantec.itools.swing.JChartBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.JChartBeanInfo

Object
   |
   +----SimpleBeanInfo
           |
           +----HelperBeanInfo
                   |
                   +----com.symantec.itools.swing.JChartBeanInfo

public final class JChartBeanInfo
extends HelperBeanInfo

Variable Index

 o beanClass
 o m_WinHelpID

Constructor Index

 o com.symantec.itools.swing.JChartBeanInfo()

Method Index

 o getBeanClass()
 o getMethodDescriptors()
Gets an array of descriptions of the methods used for "connections" by Visual CafΘs Interaction Wizard.
 o getPropertyDescriptors()

Variables

 o beanClass
protected static final java.lang.Class beanClass
 o m_WinHelpID
protected static final java.lang.String m_WinHelpID

Constructors

 o JChartBeanInfo
public JChartBeanInfo()

Methods

 o getBeanClass
protected java.lang.Class getBeanClass()
Overrides:
getBeanClass in class HelperBeanInfo
 o getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
Gets an array of descriptions of the methods used for "connections" by Visual CafΘs Interaction Wizard. Included in each method description is a CONNECTIONS ActionDescriptor.

Returns:
method descriptions for this bean
Overrides:
getMethodDescriptors in class SimpleBeanInfo
See Also:
ActionDescriptor
 o getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index